﻿
@font-face {
    font-family: "light";
    src: url("../fonts/euclidsquare-light.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ourCustomersV2 {
    padding: 67px 0 100px;
    background-color: #fff;
}

.ourCustomersV2 .font40 {
    text-align: center;
    color: #1c1f2a;
    font-size: 40px;
    font-family: "Medium";
    margin: 0;
    margin-bottom: 52px;
    letter-spacing: 3px;
}

.ourCustomersV2 .ourCustomersSwiper {
    overflow: hidden;
    position: relative;
}

.ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector {
    margin: 0;
    text-align: center;
    position: relative;
}

.ourCustomersV2 .ourCustomersSwiper .swiper-wrapper {
    position: relative;
}

.ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector::after {
    position: absolute;
    content: "";
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 0;
    height: 4px;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #BD9A5F;
} 

.ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link.active .titleSector::after {
    width: 40px;
}

.ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link:not(.active) .titleSector img {
    -webkit-filter: invert(9%) sepia(7%) saturate(5163%) hue-rotate(190deg) brightness(-51%) contrast(87%);
            filter: invert(9%) sepia(7%) saturate(5163%) hue-rotate(190deg) brightness(-51%) contrast(87%);
}
.ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector img {
    max-height: 60px;
}
.ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "light";
    color: #1C1F2A;
    line-height: 1;
    padding-top: 15px;
}

.ourCustomersV2 .ourCustomersSwiper .SocialMedia {
    padding: 0;
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
}

.ourCustomersV2 .ourCustomersSwiper .SocialMedia .swiper-pagination-bullet {
    margin: 0 3px;
}

.ourCustomersV2 .tabCustomer {
    margin-top: 60px;

}

.ourCustomersV2 .tabCustomer .clientsUL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ourCustomersV2 .tabCustomer .clientsUL li {
    width: 16.666%;
    max-height: 140px;
    border-left: 1px solid #D2D2D2;
}

.ourCustomersV2 .tabCustomer .clientsUL li:nth-child(6n),
.ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
    border-left: 1px solid transparent;
}

.ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+7) {
    border-top: 1px solid #D2D2D2;
}

.ourCustomersV2 .tabCustomer .clientsUL li .linkable {
    display: block;
    padding: 20px 48px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.ourCustomersV2 .tabCustomer .clientsUL li .linkable:not(:hover) {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: .5;
}

@media(min-width:1200px) {
    .ourCustomersV2 .ourCustomersSwiper .swiper-wrapper {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        margin: 0 auto;
    }

    .ourCustomersV2 .ourCustomersSwiper .swiper-wrapper .swiper-slide {
        max-width: 185px;
    }
    
}

@media(max-width:1199.9999px) {
    .ourCustomersV2 .ourCustomersSwiper .SocialMedia {
        visibility: visible;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li .linkable {
        padding: 15px 25px;
    }
    .ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector {
        -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
                transform: scale(.9);
    }
}
@media(max-width:991.9999px) {
    .ourCustomersV2 {
        padding: 50px 0 50px;
        }
    .ourCustomersV2 .font40 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector {
        -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
                transform: scale(.9);
    }
    .ourCustomersV2 .tabCustomer .clientsUL li {
        width: 20%;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+7),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(6n), .ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
        border-color: #D2D2D2;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(5n),
    .ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
        border-left: 1px solid transparent;
    }

    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+6) {
        border-top: 1px solid #D2D2D2;
    }

}
@media(max-width:766.9999px) {
  
    .ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link {
        padding: 10px;
    }
    .ourCustomersV2 {
    padding: 30px 0 10px;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li {
        width: 33.333%;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li .linkable {
        padding: 13px 30px;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(5n),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+7),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+6),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(6n), .ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
        border-color: #D2D2D2;
        
    }
    .ourCustomersV2 .font40 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-of-type(3) {
        border-color: transparent  !important;
 
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+4) {
        border-top: 1px solid #D2D2D2;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(3n),
    .ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
        border-left: 1px solid transparent;

    }
    .ourCustomersV2 .tabCustomer {
        margin-top: 25px;
    }
    .ourCustomersV2 .ourCustomersSwiper .SocialMedia .swiper-pagination-bullet,
    .ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector {
        -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
                transform: scale(.7);
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+3) {
        border-top: 1px solid #D2D2D2;
    }
    .ourCustomersV2 .ourCustomersSwiper .swiper-slide .nav-link .titleSector span {
        font-size: 15px;
    }
    .ourCustomersV2 .ourCustomersSwiper .swiper-slide:first-of-type .nav-link .titleSector span{
        font-size: 14px;
    } 
    .ourCustomersV2 .ourCustomersSwiper .SocialMedia {
        height: 20px;
    }
    .mapSection h2,
    .SolutionsSec .swiper-slide .boxHover .TextHover h2 {
        font-size: 20px;
    }
}

@media(max-width:766.9999px) {
    .ourCustomersV2 .tabCustomer .clientsUL li {
        width:50%;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(5n),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+7),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+6),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-of-type(3),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+4),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(3n),
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(6n), .ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
        border-color: #D2D2D2;
        
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-of-type(3) {
        border-left: 1px solid #D2D2D2 !important;
        border-top: 1px solid #D2D2D2 !important;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-of-type(2) {
        border-color: transparent  !important;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(n+3) {
        border-top: 1px solid #D2D2D2;
    }
    .ourCustomersV2 .tabCustomer .clientsUL li:nth-child(2n),
    .ourCustomersV2 .tabCustomer .clientsUL li:last-of-type {
        border-left: 1px solid transparent;

    }
}

.ourCustomersV2 .ourCustomersSwiper .swiper-wrapper {
    max-height: 131px;
}

/* .borderMove {
    content: '';
    position: absolute;
    left: 24px;
    width: 52px;
    height: 1px;
    border: 1px solid red;
    pointer-events: none;
    transition: left .5s;
    bottom: 0;
    transform: translateX(70px);
} */